Started by GitHub push by DMPardoCin Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back [Pipeline] Start of Pipeline [Pipeline] node Running on Slave2 in /home/cecaduser/workspace/MP_202610_G81_E3_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_202610_G81_E3_Back > git init /home/cecaduser/workspace/MP_202610_G81_E3_Back # timeout=10 Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_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_202610_G81_E3_Back +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7dbd5bcdbe48266542e514c655e9ba523e22e034 (refs/remotes/origin/main) Commit message: "Merge pull request #111 from UDFJDC-ModelosProgramacion/fix/imports" > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7dbd5bcdbe48266542e514c655e9ba523e22e034 # timeout=10 > git rev-list --no-walk b6740f6d411923dcac91afd799fc2deace330e91 # 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: fix:adress->address [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 7dbd5bcdbe48266542e514c655e9ba523e22e034 (refs/remotes/origin/main) Commit message: "Merge pull request #111 from UDFJDC-ModelosProgramacion/fix/imports" [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_202610_G81_E3_Back/.git # timeout=10 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back # timeout=10 Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_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 7dbd5bcdbe48266542e514c655e9ba523e22e034 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main 7dbd5bcdbe48266542e514c655e9ba523e22e034 # timeout=10 + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave2 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_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_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 07ac3f11e2588612dced5b888cf761fe3f8fcd29caa741c6929e43a896ea560d -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [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_202610_G81_E3_Back >------------- [INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.4.1:clean (default-clean) @ MP_202610_G81_E3_Back --- [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E3_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_202610_G81_E3_Back/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E3_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.14.1:compile (default-compile) @ MP_202610_G81_E3_Back --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 100 source files with javac [debug parameters 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_202610_G81_E3_Back --- [INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/resources [INFO] [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E3_Back --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 19 source files with javac [debug parameters 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. [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ MP_202610_G81_E3_Back --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running co.edu.udistrital.mdp.pets.services.AdopterServiceTest 23:01:21.625 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterServiceTest]: AdopterServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 23:01:21.886 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:22.943Z INFO 102 --- [ main] c.e.u.m.p.services.AdopterServiceTest : Starting AdopterServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:22.956Z INFO 102 --- [ main] c.e.u.m.p.services.AdopterServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:24.278Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:01:24.431Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 133 ms. Found 16 JPA repository interfaces. 2026-05-14T23:01:25.238Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:01:25.474Z INFO 102 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final 2026-05-14T23:01:25.545Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:01:26.220Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:01:26.276Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-05-14T23:01:26.781Z INFO 102 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA 2026-05-14T23:01:26.784Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-05-14T23:01:26.835Z WARN 102 --- [ 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) 2026-05-14T23:01:26.871Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:01:28.927Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-05-14T23:01:29.069Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:01:29.678Z INFO 102 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used. 2026-05-14T23:01:33.407Z INFO 102 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets' 2026-05-14T23:01:33.523Z INFO 102 --- [ main] c.e.u.m.p.services.AdopterServiceTest : Started AdopterServiceTest in 11.2 seconds (process running for 14.053) Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended WARNING: A Java agent has been loaded dynamically (/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.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 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.35 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest 2026-05-14T23:01:34.519Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionControllerTest]: AdoptionControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:01:34.540Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionControllerTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:34.570Z INFO 102 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : Starting AdoptionControllerTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:34.570Z INFO 102 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:35.532Z INFO 102 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet '' 2026-05-14T23:01:35.533Z INFO 102 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet '' 2026-05-14T23:01:35.537Z INFO 102 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 1 ms 2026-05-14T23:01:35.569Z INFO 102 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : Started AdoptionControllerTest in 1.025 seconds (process running for 16.098) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.711 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest [INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest 2026-05-14T23:01:36.255Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.BackgroundTest]: BackgroundTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:01:36.273Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.BackgroundTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:36.357Z INFO 102 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : Starting BackgroundTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:36.358Z INFO 102 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:36.572Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:01:36.613Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 39 ms. Found 16 JPA repository interfaces. 2026-05-14T23:01:36.652Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:01:36.707Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:12616ee3-8a2c-41d9-8b6d-966ac3dbb597;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:01:36.766Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:01:36.769Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:01:36.784Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:01:36.787Z WARN 102 --- [ 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) 2026-05-14T23:01:36.789Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1fdda458'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:01:36.985Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:01:37.083Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:01:37.381Z INFO 102 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : Started BackgroundTest in 1.073 seconds (process running for 17.911) Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.470Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : inicia proceso de borrar antecedente Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=? Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.501Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente 2026-05-14T23:01:37.502Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Termina proceso de actualización de antecedente Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.526Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.546Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.564Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.581Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : inicia proceso de borrar antecedente 2026-05-14T23:01:37.583Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Proceso de borrado terminado Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.603Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente 2026-05-14T23:01:37.604Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Termina proceso de actualización de antecedente Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.655Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=? Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:37.676Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s -- in co.edu.udistrital.mdp.pets.services.BackgroundTest [INFO] Running co.edu.udistrital.mdp.pets.services.FollowUpServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:37.779Z INFO 102 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Starting FollowUpServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:37.779Z INFO 102 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:37.913Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:01:37.954Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 39 ms. Found 16 JPA repository interfaces. 2026-05-14T23:01:38.000Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:01:38.027Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:be803400-9fee-4e79-898e-b96b0e366c93;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:01:38.080Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:01:38.086Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:01:38.103Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:01:38.106Z WARN 102 --- [ 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) 2026-05-14T23:01:38.108Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7fa539ff'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:01:38.402Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:01:38.506Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:01:38.855Z INFO 102 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Started FollowUpServiceTest in 1.151 seconds (process running for 19.384) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=? Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=? Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=? Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0 Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.823 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest 2026-05-14T23:01:39.525Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest]: ShelterEventServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:01:39.565Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:39.614Z INFO 102 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Starting ShelterEventServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:39.614Z INFO 102 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:39.716Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:01:39.743Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 16 JPA repository interfaces. 2026-05-14T23:01:39.766Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:01:39.783Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:851a388d-250b-4370-9b6c-e818a62ad26c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:01:39.808Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:01:39.811Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:01:39.821Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:01:39.824Z WARN 102 --- [ 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) 2026-05-14T23:01:39.825Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@2d444c42'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:01:39.954Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:01:40.000Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:01:40.264Z INFO 102 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Started ShelterEventServiceTest in 0.689 seconds (process running for 20.793) Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:01:40.303Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event creation... Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:01:40.409Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event creation... Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=? Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:01:40.457Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 999 Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:01:40.500Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 12 2026-05-14T23:01:40.502Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : End delete shelter event process with id: 12 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:01:40.540Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Starts update shelter event with id: 14 Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=? 2026-05-14T23:01:40.549Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : End update shelter event with the id: 14 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:01:40.618Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Starts update shelter event with id: 999 Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=? [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.120 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest 2026-05-14T23:01:40.649Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterControllerTest]: AdopterControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:01:40.656Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterControllerTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:40.685Z INFO 102 --- [ main] c.e.u.m.p.s.AdopterControllerTest : Starting AdopterControllerTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:40.685Z INFO 102 --- [ main] c.e.u.m.p.s.AdopterControllerTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:41.125Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:01:41.170Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 41 ms. Found 16 JPA repository interfaces. 2026-05-14T23:01:41.377Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:01:41.380Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:01:41.397Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:01:41.399Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... 2026-05-14T23:01:41.401Z INFO 102 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA 2026-05-14T23:01:41.401Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed. 2026-05-14T23:01:41.402Z WARN 102 --- [ 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) 2026-05-14T23:01:41.403Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-2)'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:01:41.628Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-05-14T23:01:41.724Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:01:42.480Z INFO 102 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets' 2026-05-14T23:01:42.604Z INFO 102 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet '' 2026-05-14T23:01:42.607Z INFO 102 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet '' 2026-05-14T23:01:42.608Z INFO 102 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 1 ms 2026-05-14T23:01:42.633Z INFO 102 --- [ main] c.e.u.m.p.s.AdopterControllerTest : Started AdopterControllerTest in 1.972 seconds (process running for 23.162) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.343 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest [INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest 2026-05-14T23:01:43.000Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.NotificationServiceTest]: NotificationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:01:43.005Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.NotificationServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest 2026-05-14T23:01:43.188Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetMediaFileTest]: PetMediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:01:43.203Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetMediaFileTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:43.253Z INFO 102 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : Starting PetMediaFileTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:43.254Z INFO 102 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:43.423Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:01:43.559Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 134 ms. Found 16 JPA repository interfaces. 2026-05-14T23:01:43.605Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:01:43.644Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:221a1b2d-36ca-4a62-a6e8-6fa4a47d8531;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:01:43.686Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:01:43.691Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:01:43.711Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:01:43.715Z WARN 102 --- [ 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) 2026-05-14T23:01:43.716Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7602b393'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:01:43.948Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:01:44.019Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:01:44.328Z INFO 102 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : Started PetMediaFileTest in 1.118 seconds (process running for 24.858) Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:01:44.378Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:01:44.424Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:01:44.470Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos 2026-05-14T23:01:44.472Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Finaliza proceso de consulta Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:01:44.510Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos 2026-05-14T23:01:44.511Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Finaliza proceso de consulta Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:01:44.551Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:01:44.604Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota 2026-05-14T23:01:44.605Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Termina proceso de asociacion de foto y mascota [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.426 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest [INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest 2026-05-14T23:01:44.618Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientServiceTest]: ClientServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:01:44.621Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in co.edu.udistrital.mdp.pets.services.ClientServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.MedicalEventTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:44.729Z INFO 102 --- [ main] c.e.u.m.pets.services.MedicalEventTest : Starting MedicalEventTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:44.729Z INFO 102 --- [ main] c.e.u.m.pets.services.MedicalEventTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:44.801Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:01:44.823Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces. 2026-05-14T23:01:44.839Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:01:44.851Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:9d120188-751d-4fed-bca0-db93259dc287;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:01:44.869Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:01:44.871Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:01:44.879Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:01:44.880Z WARN 102 --- [ 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) 2026-05-14T23:01:44.881Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@c6ad8e9'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:01:44.982Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:01:45.015Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:01:45.166Z INFO 102 --- [ main] c.e.u.m.pets.services.MedicalEventTest : Started MedicalEventTest in 0.453 seconds (process running for 25.696) Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.195Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico 2026-05-14T23:01:45.199Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Proceso de borrado terminado Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.218Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.230Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico 2026-05-14T23:01:45.230Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : termina proceso de actualizacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.243Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico 2026-05-14T23:01:45.244Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : termina proceso de actualizacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.254Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=? Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.270Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.283Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.295Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=? Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:01:45.311Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s -- in co.edu.udistrital.mdp.pets.services.MedicalEventTest [INFO] Running co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:01:45.391Z INFO 102 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Starting ReturnPetServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:01:45.392Z INFO 102 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:01:45.498Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:01:45.520Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces. 2026-05-14T23:01:45.537Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:01:45.556Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:7a9d3b6b-5111-4fae-a81b-4f2a586ca223;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:01:45.582Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:01:45.584Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:01:45.598Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:01:45.601Z WARN 102 --- [ 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) 2026-05-14T23:01:45.602Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@707d6913'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:01:45.849Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:01:45.920Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:01:46.070Z INFO 102 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Started ReturnPetServiceTest in 0.735 seconds (process running for 26.599) Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:01:46.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:46.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:46.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:46.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:47.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:47.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:47.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:47.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:47.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:48.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:48.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:48.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:48.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:49.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:49.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:50.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:50.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:50.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=? Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:51.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:51.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:52.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:52.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:53.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:54.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:01:54.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:54.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:54.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:54.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:55.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:55.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:55.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:55.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:55.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:55.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:55.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:56.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:56.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:56.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:56.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:57.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:57.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:57.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:57.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:01:57.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:57.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:57.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:57.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:58.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:58.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:58.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:58.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:58.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:58.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:58.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:58.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:59.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:59.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:01:59.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:59.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:59.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:59.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:59.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:01:59.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:01:59.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:01:59.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:01:59.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:01:59.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:01:59.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:01:59.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:00.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:00.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:00.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:02:00.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:00.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:00.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:00.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:00.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:00.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:00.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:00.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:00.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:00.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:00.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:00.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:01.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:01.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:01.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:01.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:01.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:01.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:01.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:02:01.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:01.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:01.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:01.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:01.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:01.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:01.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:02.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:02.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:02.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:02.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:02.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:02.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:02.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:02.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: select rpe1_0.id,rpe1_0.adoption_id,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:02:02.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:02.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:02.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:02.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:03.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:03.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:03.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:03.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:03.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:03.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:03.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:03.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:03.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:03.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:03.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:03.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:03.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=? Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:02:03.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:03.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:03.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:03.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:04.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:04.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:04.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:04.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:04.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:04.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:04.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:04.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:04.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:04.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:04.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:04.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:04.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:04.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:04.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:04.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:02:05.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:05.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:05.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:05.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:05.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:05.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:05.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:05.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:02:05.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:05.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:02:05.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:05.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:05.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:02:06.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:02:06.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:06.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:06.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=? [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.75 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest 2026-05-14T23:02:06.074Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionServiceTest]: AdoptionServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:02:06.081Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:06.106Z INFO 102 --- [ main] c.e.u.m.p.services.AdoptionServiceTest : Starting AdoptionServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:06.107Z INFO 102 --- [ main] c.e.u.m.p.services.AdoptionServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:02:06.221Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:06.266Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 43 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:06.298Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:02:06.319Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:1a5f50ab-cb21-46eb-a0aa-ca6e86390921;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:02:06.354Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:06.356Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:06.376Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:06.381Z WARN 102 --- [ 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) 2026-05-14T23:02:06.381Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7c81179'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:06.585Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:02:06.673Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:07.064Z INFO 102 --- [ main] c.e.u.m.p.services.AdoptionServiceTest : Started AdoptionServiceTest in 0.981 seconds (process running for 47.594) Hibernate: delete from adoption_entity ae1_0 Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' Hibernate: delete from pet_entity pe1_0 2026-05-14T23:02:07.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: select ae1_0.id,a1_0.id,a1_0.client_email,a1_0.client_name,a1_0.client_phone,a1_0.has_children,a1_0.has_pets,ae1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,a2_0.id,a3_0.id,a3_0.client_email,a3_0.client_name,a3_0.client_phone,a3_0.has_children,a3_0.has_pets,a2_0.adoption_date,fu2_0.id,fu2_0.observation,p3_0.id,p3_0.age,p3_0.arrive_to_shelter,p3_0.arrive_to_shelter_date,p3_0.breed,p3_0.name,p3_0.pet_state,p3_0.sex,s4_0.id,s4_0.address,s4_0.city,s4_0.email,s4_0.image,s4_0.name,p3_0.size,p3_0.species,p3_0.specific_requirements,p3_0.temperament,v2_0.id,v2_0.availability,v2_0.email,v2_0.name,v2_0.phone,s5_0.id,s5_0.address,s5_0.city,s5_0.email,s5_0.image,s5_0.name,v2_0.specialty,fu2_0.visit_date,p4_0.id,p4_0.age,p4_0.arrive_to_shelter,p4_0.arrive_to_shelter_date,p4_0.breed,p4_0.name,p4_0.pet_state,p4_0.sex,s6_0.id,s6_0.address,s6_0.city,s6_0.email,s6_0.image,s6_0.name,p4_0.size,p4_0.species,p4_0.specific_requirements,p4_0.temperament,a2_0.return_pet_id,a2_0.status,a2_0.trial_end_date,a2_0.trial_start_date,rp1_0.reason,rp1_0.return_date,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 left join (select * from client_entity t where t.dtype='AdopterEntity') a1_0 on a1_0.id=ae1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=ae1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=ae1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=ae1_0.return_pet_id left join adoption_entity a2_0 on a2_0.id=rp1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a3_0 on a3_0.id=a2_0.adopter_id left join follow_up_entity fu2_0 on fu2_0.id=a2_0.follow_up_id left join pet_entity p3_0 on p3_0.id=fu2_0.pet_id left join shelter_entity s4_0 on s4_0.id=p3_0.shelter_id left join veterinary_entity v2_0 on v2_0.id=fu2_0.veterinary_id left join shelter_entity s5_0 on s5_0.id=v2_0.shelter_id left join pet_entity p4_0 on p4_0.id=a2_0.pet_id left join shelter_entity s6_0 on s6_0.id=p4_0.shelter_id where ae1_0.id=? Hibernate: delete from adoption_entity ae1_0 Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' Hibernate: delete from pet_entity pe1_0 2026-05-14T23:02:07.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: select ae1_0.id,ae1_0.client_email,ae1_0.client_name,ae1_0.client_phone,ae1_0.has_children,ae1_0.has_pets from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' and ae1_0.id=? Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=? Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: delete from adoption_entity ae1_0 Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' Hibernate: delete from pet_entity pe1_0 2026-05-14T23:02:07.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:07.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:07.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:07.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: select ae1_0.id,a1_0.id,a1_0.client_email,a1_0.client_name,a1_0.client_phone,a1_0.has_children,a1_0.has_pets,ae1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,a2_0.id,a3_0.id,a3_0.client_email,a3_0.client_name,a3_0.client_phone,a3_0.has_children,a3_0.has_pets,a2_0.adoption_date,fu2_0.id,fu2_0.observation,p3_0.id,p3_0.age,p3_0.arrive_to_shelter,p3_0.arrive_to_shelter_date,p3_0.breed,p3_0.name,p3_0.pet_state,p3_0.sex,s4_0.id,s4_0.address,s4_0.city,s4_0.email,s4_0.image,s4_0.name,p3_0.size,p3_0.species,p3_0.specific_requirements,p3_0.temperament,v2_0.id,v2_0.availability,v2_0.email,v2_0.name,v2_0.phone,s5_0.id,s5_0.address,s5_0.city,s5_0.email,s5_0.image,s5_0.name,v2_0.specialty,fu2_0.visit_date,p4_0.id,p4_0.age,p4_0.arrive_to_shelter,p4_0.arrive_to_shelter_date,p4_0.breed,p4_0.name,p4_0.pet_state,p4_0.sex,s6_0.id,s6_0.address,s6_0.city,s6_0.email,s6_0.image,s6_0.name,p4_0.size,p4_0.species,p4_0.specific_requirements,p4_0.temperament,a2_0.return_pet_id,a2_0.status,a2_0.trial_end_date,a2_0.trial_start_date,rp1_0.reason,rp1_0.return_date,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 left join (select * from client_entity t where t.dtype='AdopterEntity') a1_0 on a1_0.id=ae1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=ae1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=ae1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=ae1_0.return_pet_id left join adoption_entity a2_0 on a2_0.id=rp1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a3_0 on a3_0.id=a2_0.adopter_id left join follow_up_entity fu2_0 on fu2_0.id=a2_0.follow_up_id left join pet_entity p3_0 on p3_0.id=fu2_0.pet_id left join shelter_entity s4_0 on s4_0.id=p3_0.shelter_id left join veterinary_entity v2_0 on v2_0.id=fu2_0.veterinary_id left join shelter_entity s5_0 on s5_0.id=v2_0.shelter_id left join pet_entity p4_0 on p4_0.id=a2_0.pet_id left join shelter_entity s6_0 on s6_0.id=p4_0.shelter_id where ae1_0.id=? Hibernate: delete from adoption_entity ae1_0 Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' Hibernate: delete from pet_entity pe1_0 2026-05-14T23:02:08.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:02:08.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:02:08.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:02:08.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: select ae1_0.id,ae1_0.adopter_id,ae1_0.adoption_date,ae1_0.follow_up_id,ae1_0.pet_id,ae1_0.return_pet_id,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 Hibernate: select ae1_0.id,ae1_0.client_email,ae1_0.client_name,ae1_0.client_phone,ae1_0.has_children,ae1_0.has_pets from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' and ae1_0.id=? Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=? [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.417 s -- in co.edu.udistrital.mdp.pets.services.AdoptionServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.ShelterServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:08.549Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterServiceTest : Starting ShelterServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:08.550Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:02:08.706Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:08.737Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:08.749Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:02:08.760Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:44d44946-d018-46bd-a965-a6e603489d04;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:02:08.806Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:08.808Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:08.815Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:08.816Z WARN 102 --- [ 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) 2026-05-14T23:02:08.816Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@51d42100'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:08.956Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:02:08.998Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:09.164Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterServiceTest : Started ShelterServiceTest in 0.661 seconds (process running for 49.693) Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.183Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 2 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.217Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 999 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.id=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.236Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 8 2026-05-14T23:02:09.238Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : End delete shelter process with id: 8 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.256Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation... Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=? Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.282Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 14 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=? 2026-05-14T23:02:09.298Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : End update shelter with the id: 14 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.325Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation... Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.393Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 20 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.433Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 999 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.id=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.448Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation... Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:02:09.472Z INFO 102 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 30 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=? [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest 2026-05-14T23:02:09.491Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetServiceTest]: PetServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:02:09.508Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:09.550Z INFO 102 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : Starting PetServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:09.550Z INFO 102 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:02:09.676Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:09.716Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 36 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:09.740Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:02:09.761Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:522b2b2a-f5c3-49ac-a6ff-2245b8af666d;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:02:09.793Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:09.797Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:09.810Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:09.811Z WARN 102 --- [ 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) 2026-05-14T23:02:09.812Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@3d072a74'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:10.015Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:02:10.059Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:10.227Z INFO 102 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : Started PetServiceTest in 0.715 seconds (process running for 50.757) Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest 2026-05-14T23:02:10.250Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MediaFileTest]: MediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:02:10.257Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MediaFileTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:10.287Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MediaFileTest : Starting MediaFileTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:10.287Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MediaFileTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:02:10.351Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:10.375Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:10.394Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:02:10.405Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:b1b9a99f-f344-4de3-bdda-d592e0dd8834;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:02:10.423Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:10.424Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:10.434Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:10.436Z WARN 102 --- [ 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) 2026-05-14T23:02:10.437Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@33171398'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:10.591Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:02:10.635Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:10.801Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MediaFileTest : Started MediaFileTest in 0.541 seconds (process running for 51.33) Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.816Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : inicia proceso de borrar archivo 2026-05-14T23:02:10.818Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Proceso de borrado terminado Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.828Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo 2026-05-14T23:02:10.828Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Termina proceso de actualización de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.844Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de creacion de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.854Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo 2026-05-14T23:02:10.854Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Termina proceso de actualización de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.864Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo 2026-05-14T23:02:10.865Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Termina proceso de actualización de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.874Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de creacion de archivo Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.891Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : inicia proceso de borrar archivo Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.905Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.919Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de creacion de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:02:10.931Z INFO 102 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de creacion de archivo [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s -- in co.edu.udistrital.mdp.pets.services.MediaFileTest [INFO] Running co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:10.973Z INFO 102 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : Starting VeterinaryServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:10.973Z INFO 102 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:02:11.042Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:11.061Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:11.077Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:02:11.089Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:e2dafc9d-6e01-4a59-8ea1-d7c99e46021e;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:02:11.112Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:11.114Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:11.125Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:11.128Z WARN 102 --- [ 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) 2026-05-14T23:02:11.128Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@444d93'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:11.253Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:02:11.287Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:11.457Z INFO 102 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : Started VeterinaryServiceTest in 0.503 seconds (process running for 51.987) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=? Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=? Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=? [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest 2026-05-14T23:02:11.723Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MessageTest]: MessageTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:02:11.732Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MessageTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:11.749Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageTest : Starting MessageTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:11.749Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:02:11.861Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:11.889Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:11.954Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:02:11.966Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:ffa56e91-1680-433c-acdf-781d302b5878;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:02:11.990Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:11.993Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:12.007Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:12.012Z WARN 102 --- [ 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) 2026-05-14T23:02:12.012Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4bb21e26'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:12.153Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:02:12.198Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:12.387Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageTest : Started MessageTest in 0.653 seconds (process running for 52.916) Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:02:12.399Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message creation... Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:02:12.410Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageService : Starts update message with id: 5 2026-05-14T23:02:12.410Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageService : End update message with the id: 5 Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:02:12.421Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageService : Starts update message with id: 999 Hibernate: select me1_0.id,me1_0.author,c1_0.id,c1_0.dtype,c1_0.client_email,c1_0.client_name,c1_0.client_phone,c1_0.has_children,c1_0.has_pets,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from message_entity me1_0 left join client_entity c1_0 on c1_0.id=me1_0.client_id left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=? Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:02:12.432Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message delete with the id: 12 2026-05-14T23:02:12.432Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageService : End delete message process with id: 12 Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:02:12.442Z INFO 102 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message delete with the id: 999 Hibernate: select me1_0.id,me1_0.author,c1_0.id,c1_0.dtype,c1_0.client_email,c1_0.client_name,c1_0.client_phone,c1_0.has_children,c1_0.has_pets,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from message_entity me1_0 left join client_entity c1_0 on c1_0.id=me1_0.client_id left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=? [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.728 s -- in co.edu.udistrital.mdp.pets.services.MessageTest [INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest 2026-05-14T23:02:12.448Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.VaccinationRecordTest]: VaccinationRecordTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:02:12.452Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.VaccinationRecordTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:12.475Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : Starting VaccinationRecordTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:12.475Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:02:12.542Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:12.564Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:12.575Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:02:12.585Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:67e70024-551a-41e0-b9fc-2dab166f0fd7;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:02:12.604Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:12.605Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:12.615Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:12.616Z WARN 102 --- [ 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) 2026-05-14T23:02:12.616Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7b37cff5'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:12.717Z INFO 102 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:02:12.764Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:12.908Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : Started VaccinationRecordTest in 0.454 seconds (process running for 53.438) Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:12.927Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where vre1_0.id=? Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:12.945Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : inicia proceso de borrar registro de vacunacion 2026-05-14T23:02:12.947Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Proceso de borrado terminado Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:12.964Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:12.976Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:12.989Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : inicia proceso de borrar registro de vacunacion Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where vre1_0.id=? Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:13.013Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:13.043Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion 2026-05-14T23:02:13.044Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Termina proceso de actualización del registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:13.059Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:13.079Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion 2026-05-14T23:02:13.080Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Termina proceso de actualización del registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:02:13.103Z INFO 102 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest [INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest 2026-05-14T23:02:13.112Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientControllerTest]: ClientControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:02:13.116Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientControllerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in co.edu.udistrital.mdp.pets.services.ClientControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.4.2:jar (default-jar) @ MP_202610_G81_E3_Back --- [INFO] Building jar: /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- spring-boot:3.5.10:repackage (repackage) @ MP_202610_G81_E3_Back --- [INFO] Replacing main artifact /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/. [INFO] The original artifact has been renamed to /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar.original [INFO] [INFO] --- jacoco:0.8.11:report (jacoco-site) @ MP_202610_G81_E3_Back --- [INFO] Loading execution data file /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/jacoco.exec [INFO] Analyzed bundle 'MP_202610_G81_E3_Back' with 65 classes [INFO] [INFO] --- spring-boot:3.5.10:start (pre-integration-test) @ MP_202610_G81_E3_Back --- [INFO] Attaching agents: [] . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:19.301Z INFO 239 --- [ main] c.e.udistrital.mdp.pets.MainApplication : Starting MainApplication using Java 21.0.4 with PID 239 (/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/classes started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:19.303Z INFO 239 --- [ main] c.e.udistrital.mdp.pets.MainApplication : The following 1 profile is active: "integration-tests" 2026-05-14T23:02:21.086Z INFO 239 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:21.225Z INFO 239 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 127 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:22.208Z INFO 239 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8999 (http) 2026-05-14T23:02:22.239Z INFO 239 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-05-14T23:02:22.240Z INFO 239 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.50] 2026-05-14T23:02:22.312Z INFO 239 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/api] : Initializing Spring embedded WebApplicationContext 2026-05-14T23:02:22.312Z INFO 239 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2908 ms 2026-05-14T23:02:22.698Z INFO 239 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:22.793Z INFO 239 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final 2026-05-14T23:02:22.894Z INFO 239 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:23.795Z INFO 239 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:23.840Z INFO 239 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-05-14T23:02:24.046Z INFO 239 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA 2026-05-14T23:02:24.049Z INFO 239 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-05-14T23:02:24.096Z WARN 239 --- [ 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) 2026-05-14T23:02:24.123Z INFO 239 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:25.902Z INFO 239 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-05-14T23:02:26.155Z INFO 239 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:26.719Z INFO 239 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used. 2026-05-14T23:02:29.373Z INFO 239 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets' 2026-05-14T23:02:29.470Z INFO 239 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8999 (http) with context path '/api' 2026-05-14T23:02:29.487Z INFO 239 --- [ main] c.e.udistrital.mdp.pets.MainApplication : Started MainApplication in 11.196 seconds (process running for 12.102) [INFO] [INFO] --- exec:1.6.0:exec (combine-collection) @ MP_202610_G81_E3_Back --- Collection 'Default Tests' was successfully added. Collection 'FollowUp-Veterinary-ReturnPet-VetVisit' was successfully added. Collection 'MedicalEventPetTest' was successfully added. Collection 'Pet Adoption API' was successfully added. Collection 'PetTest' was successfully added. Collection 'VaccinationRecordPetTest' was successfully added. Combined collection is saved to 'it/composed.collection.json' [INFO] [INFO] --- spring-boot:3.5.10:stop (post-integration-test) @ MP_202610_G81_E3_Back --- [INFO] Stopping application... 2026-05-14T23:02:33.303Z INFO 239 --- [on(2)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested. 2026-05-14T23:02:33.306Z INFO 239 --- [on(2)-127.0.0.1] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete 2026-05-14T23:02:33.314Z INFO 239 --- [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete 2026-05-14T23:02:33.319Z INFO 239 --- [on(2)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:33.353Z INFO 239 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2026-05-14T23:02:33.366Z INFO 239 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. [INFO] [INFO] --- install:3.1.4:install (default-install) @ MP_202610_G81_E3_Back --- [INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E3_Back/pom.xml to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E3_Back/0.0.1-SNAPSHOT/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.pom [INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E3_Back/0.0.1-SNAPSHOT/MP_202610_G81_E3_Back-0.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:27 min [INFO] Finished at: 2026-05-14T23:02:34Z [INFO] ------------------------------------------------------------------------ [Pipeline] } $ docker stop --time=1 07ac3f11e2588612dced5b888cf761fe3f8fcd29caa741c6929e43a896ea560d $ docker rm -f --volumes 07ac3f11e2588612dced5b888cf761fe3f8fcd29caa741c6929e43a896ea560d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Testing) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave2 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_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_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 9c6986d28d149ebb3a51990499eb5c8b596d5ac1757126aec9865e5e20984577 -eo pid,comm [Pipeline] { [Pipeline] sh + mvn test [INFO] Scanning for projects... [INFO] [INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E3_Back >------------- [INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E3_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_202610_G81_E3_Back/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E3_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.14.1:compile (default-compile) @ MP_202610_G81_E3_Back --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E3_Back --- [INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/resources [INFO] [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E3_Back --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ MP_202610_G81_E3_Back --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running co.edu.udistrital.mdp.pets.services.AdopterServiceTest 23:02:43.904 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterServiceTest]: AdopterServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 23:02:44.224 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:02:45.335Z INFO 73 --- [ main] c.e.u.m.p.services.AdopterServiceTest : Starting AdopterServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:02:45.338Z INFO 73 --- [ main] c.e.u.m.p.services.AdopterServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:02:47.388Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:02:47.573Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 162 ms. Found 16 JPA repository interfaces. 2026-05-14T23:02:48.650Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:02:48.773Z INFO 73 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final 2026-05-14T23:02:48.840Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:02:49.503Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:02:49.567Z INFO 73 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-05-14T23:02:50.155Z INFO 73 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA 2026-05-14T23:02:50.162Z INFO 73 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-05-14T23:02:50.224Z WARN 73 --- [ 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) 2026-05-14T23:02:50.263Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:02:53.193Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-05-14T23:02:53.510Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:02:54.104Z INFO 73 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used. 2026-05-14T23:02:59.495Z INFO 73 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets' 2026-05-14T23:02:59.709Z INFO 73 --- [ main] c.e.u.m.p.services.AdopterServiceTest : Started AdopterServiceTest in 15.141 seconds (process running for 18.995) Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended WARNING: A Java agent has been loaded dynamically (/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.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 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.68 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest 2026-05-14T23:03:00.951Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionControllerTest]: AdoptionControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:00.988Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionControllerTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:01.082Z INFO 73 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : Starting AdoptionControllerTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:01.083Z INFO 73 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:02.846Z INFO 73 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet '' 2026-05-14T23:03:02.847Z INFO 73 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet '' 2026-05-14T23:03:02.851Z INFO 73 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 1 ms 2026-05-14T23:03:02.877Z INFO 73 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : Started AdoptionControllerTest in 1.873 seconds (process running for 22.164) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.968 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest [INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest 2026-05-14T23:03:03.944Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.BackgroundTest]: BackgroundTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:03.975Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.BackgroundTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:04.155Z INFO 73 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : Starting BackgroundTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:04.156Z INFO 73 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:04.452Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:04.489Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 35 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:04.525Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:04.565Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:81664f3c-2643-4090-a080-55befedf74ee;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:04.604Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:04.607Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:04.620Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:04.625Z WARN 73 --- [ 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) 2026-05-14T23:03:04.626Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@314f6bf0'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:04.813Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:04.871Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:05.124Z INFO 73 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : Started BackgroundTest in 1.065 seconds (process running for 24.411) Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.185Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : inicia proceso de borrar antecedente Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=? Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.211Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente 2026-05-14T23:03:05.212Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Termina proceso de actualización de antecedente Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.232Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.250Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.268Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.284Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : inicia proceso de borrar antecedente 2026-05-14T23:03:05.286Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Proceso de borrado terminado Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.303Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente 2026-05-14T23:03:05.303Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Termina proceso de actualización de antecedente Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.320Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=? Hibernate: delete from background_entity be1_0 Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:05.339Z INFO 73 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s -- in co.edu.udistrital.mdp.pets.services.BackgroundTest [INFO] Running co.edu.udistrital.mdp.pets.services.FollowUpServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:05.414Z INFO 73 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Starting FollowUpServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:05.414Z INFO 73 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:05.623Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:05.671Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 46 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:05.695Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:05.712Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:483d7b63-3061-42f8-92ff-b8c1e7f99c7a;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:05.737Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:05.739Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:05.750Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:05.752Z WARN 73 --- [ 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) 2026-05-14T23:03:05.752Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7a325e54'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:05.910Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:05.956Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:06.152Z INFO 73 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Started FollowUpServiceTest in 0.774 seconds (process running for 25.439) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=? Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=? Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=? Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0 Hibernate: delete from vet_visit_entity vve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest 2026-05-14T23:03:06.679Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest]: ShelterEventServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:06.701Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:06.738Z INFO 73 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Starting ShelterEventServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:06.739Z INFO 73 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:06.901Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:06.937Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:06.999Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:07.019Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:041ecd58-da54-4ac5-9cb3-6ba1a0edb287;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:07.051Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:07.055Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:07.070Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:07.072Z WARN 73 --- [ 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) 2026-05-14T23:03:07.072Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@19962242'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:07.312Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:07.369Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:07.658Z INFO 73 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Started ShelterEventServiceTest in 0.95 seconds (process running for 26.945) Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:07.698Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event creation... Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:07.789Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event creation... Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=? Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:07.825Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 999 Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:07.855Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 12 2026-05-14T23:03:07.856Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : End delete shelter event process with id: 12 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:07.885Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Starts update shelter event with id: 14 Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=? 2026-05-14T23:03:07.895Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : End update shelter event with the id: 14 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:07.926Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterEventService : Starts update shelter event with id: 999 Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=? [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest 2026-05-14T23:03:07.939Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterControllerTest]: AdopterControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:07.945Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterControllerTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:07.989Z INFO 73 --- [ main] c.e.u.m.p.s.AdopterControllerTest : Starting AdopterControllerTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:07.989Z INFO 73 --- [ main] c.e.u.m.p.s.AdopterControllerTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:08.267Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:08.305Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 37 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:08.488Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:08.493Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:08.511Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:08.513Z INFO 73 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... 2026-05-14T23:03:08.516Z INFO 73 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA 2026-05-14T23:03:08.517Z INFO 73 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed. 2026-05-14T23:03:08.517Z WARN 73 --- [ 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) 2026-05-14T23:03:08.518Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-2)'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:08.715Z INFO 73 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-05-14T23:03:08.807Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:09.404Z INFO 73 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets' 2026-05-14T23:03:09.444Z INFO 73 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet '' 2026-05-14T23:03:09.445Z INFO 73 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet '' 2026-05-14T23:03:09.446Z INFO 73 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 1 ms 2026-05-14T23:03:09.460Z INFO 73 --- [ main] c.e.u.m.p.s.AdopterControllerTest : Started AdopterControllerTest in 1.508 seconds (process running for 28.746) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.778 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest [INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest 2026-05-14T23:03:09.721Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.NotificationServiceTest]: NotificationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:09.725Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.NotificationServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest 2026-05-14T23:03:09.824Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetMediaFileTest]: PetMediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:09.832Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetMediaFileTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:09.862Z INFO 73 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : Starting PetMediaFileTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:09.863Z INFO 73 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:09.939Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:09.961Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:09.979Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:09.991Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:22b63e0b-e56b-4607-b572-183cf13f6728;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:10.010Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:10.012Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:10.025Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:10.026Z WARN 73 --- [ 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) 2026-05-14T23:03:10.027Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@50f37e6a'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:10.260Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:10.333Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:10.568Z INFO 73 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : Started PetMediaFileTest in 0.73 seconds (process running for 29.855) Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:10.592Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:10.614Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:10.637Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos 2026-05-14T23:03:10.638Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Finaliza proceso de consulta Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:10.656Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos 2026-05-14T23:03:10.657Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Finaliza proceso de consulta Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:10.680Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:10.708Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota 2026-05-14T23:03:10.708Z INFO 73 --- [ main] c.e.u.m.p.services.PetMediaFileService : Termina proceso de asociacion de foto y mascota [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest [INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest 2026-05-14T23:03:10.715Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientServiceTest]: ClientServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:10.717Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in co.edu.udistrital.mdp.pets.services.ClientServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.MedicalEventTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:10.843Z INFO 73 --- [ main] c.e.u.m.pets.services.MedicalEventTest : Starting MedicalEventTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:10.844Z INFO 73 --- [ main] c.e.u.m.pets.services.MedicalEventTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:10.999Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:11.055Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 51 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:11.102Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:11.137Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:a95c2b2e-46cc-42a1-bcdd-a753156ce387;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:11.218Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:11.223Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:11.241Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:11.245Z WARN 73 --- [ 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) 2026-05-14T23:03:11.246Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@5e79bfc7'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:11.461Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:11.534Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:11.771Z INFO 73 --- [ main] c.e.u.m.pets.services.MedicalEventTest : Started MedicalEventTest in 0.965 seconds (process running for 31.057) Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.784Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico 2026-05-14T23:03:11.785Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Proceso de borrado terminado Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.800Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.811Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico 2026-05-14T23:03:11.811Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : termina proceso de actualizacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.831Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico 2026-05-14T23:03:11.831Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : termina proceso de actualizacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.849Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=? Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.872Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.886Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.897Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=? Hibernate: delete from medical_event_entity mee1_0 Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) 2026-05-14T23:03:11.909Z INFO 73 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s -- in co.edu.udistrital.mdp.pets.services.MedicalEventTest [INFO] Running co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:11.970Z INFO 73 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Starting ReturnPetServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:11.971Z INFO 73 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:12.078Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:12.108Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:12.169Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:12.211Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:02ab8d1a-728c-4989-94b4-4b7194d1c1a9;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:12.257Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:12.333Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:12.367Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:12.370Z WARN 73 --- [ 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) 2026-05-14T23:03:12.372Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@2d5236ad'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:12.622Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:12.690Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:12.956Z INFO 73 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Started ReturnPetServiceTest in 1.024 seconds (process running for 32.243) Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:12.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:12.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:12.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:13.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:13.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:13.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:13.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:13.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:13.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:14.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:14.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:14.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:14.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:15.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:15.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:15.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:15.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:15.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:15.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:16.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:16.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:16.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:16.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:17.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:17.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:17.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=? Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:17.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:17.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:17.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:17.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:18.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:18.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:18.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:18.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:18.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:18.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:18.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:19.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:19.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:19.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:19.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:19.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:19.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:19.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:19.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:20.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:20.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:20.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:20.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:20.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:20.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:20.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:20.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:20.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:20.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:20.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:20.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:20.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:20.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:20.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:20.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:21.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:21.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:21.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:21.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:21.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:21.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:21.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:21.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:21.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:21.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:21.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:21.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:21.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:22.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:22.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:22.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:22.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:22.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:22.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:22.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:22.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:22.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:22.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:22.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:22.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:22.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:22.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:22.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:22.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:22.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:23.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:23.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:23.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:23.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:23.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:23.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:23.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:23.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:23.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:23.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:23.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:23.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:23.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:23.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:24.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:24.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:24.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:24.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:24.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:24.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:24.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:24.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:24.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:24.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:24.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:24.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:24.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:24.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:24.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:24.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:25.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:25.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:25.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:25.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:25.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:25.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:25.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:25.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:25.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:25.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:25.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:25.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:25.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:25.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:25.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:26.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:26.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:26.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:26.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:26.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:26.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:26.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:26.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:26.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:26.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:26.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:26.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:27.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:27.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:27.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:27.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:27.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:27.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:27.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:27.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:27.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:27.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:27.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:27.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:27.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:27.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:28.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:28.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:28.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:28.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:28.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:28.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:28.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:28.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.707Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.707Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:28.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:28.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:28.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:28.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.962Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.962Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:28.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:28.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:28.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.017Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.017Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:29.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:29.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:29.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.202Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.202Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:29.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.320Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.320Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.377Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.377Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.386Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.386Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:29.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.512Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.512Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:29.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:29.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: select rpe1_0.id,rpe1_0.adoption_id,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:29.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.622Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.731Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.731Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:29.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:29.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:29.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.940Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.940Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.947Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.947Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:29.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.978Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.982Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.982Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:29.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:29.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:29.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.131Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.147Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.147Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.176Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.176Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:30.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:30.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:30.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:30.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.322Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.394Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.394Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.396Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.396Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:30.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.561Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.561Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.565Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.565Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.566Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.566Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:30.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:30.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.662Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.662Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:30.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:30.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=? Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:30.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.803Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.803Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.846Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.846Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.858Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.858Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.862Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.862Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.870Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.870Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.879Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.879Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.885Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.885Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.889Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.889Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.890Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.890Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.893Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.893Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.902Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.902Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.928Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.928Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.937Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.937Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.945Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.945Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.948Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.948Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.950Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.950Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.951Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.951Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.952Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.952Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.953Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.953Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.954Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.954Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.966Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.966Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:30.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.968Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.968Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:30.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.976Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.976Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.978Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.981Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.981Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.994Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.994Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:30.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:30.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.009Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.009Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:31.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:31.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.043Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.043Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:31.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.084Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.084Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.089Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.099Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.099Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.116Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.116Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.151Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.151Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.156Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.156Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.163Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.163Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.165Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.165Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.171Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.171Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.179Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.179Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.180Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.180Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.182Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.182Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.183Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.183Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.224Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.224Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.230Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.230Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.313Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.313Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:31.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.328Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.328Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.335Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.335Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:31.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:31.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.384Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.384Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:31.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.463Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.463Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.496Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.496Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.513Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.513Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.514Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.514Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.516Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.516Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.517Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.517Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.523Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.523Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.553Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.553Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.573Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.573Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.632Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.632Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.649Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.649Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.652Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.652Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.653Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.653Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:31.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.732Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.732Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:31.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:31.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.787Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.787Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.818Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.818Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.857Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.857Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:31.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:31.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.905Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.905Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.906Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.906Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.907Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.907Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.912Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.912Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.918Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.918Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.919Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.925Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.925Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.926Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.926Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.935Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.935Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.936Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.936Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.941Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.941Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.942Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.942Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.943Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.943Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.944Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.944Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: delete from return_pet_entity rpe1_0 2026-05-14T23:03:31.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.963Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.963Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.967Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.967Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.970Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.970Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.971Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.971Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.972Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.972Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.973Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.973Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.975Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.975Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.977Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.977Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.980Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.980Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:31.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:31.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:31.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.049Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.049Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.050Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.050Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.051Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.051Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.059Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.059Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.066Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.066Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.067Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.067Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.069Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.069Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.076Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.076Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.078Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.078Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.106Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.106Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.114Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.114Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.119Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.119Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.123Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.123Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.131Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.155Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.155Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.237Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.237Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.283Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.283Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.289Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.289Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.336Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.336Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:32.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.369Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.369Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.381Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.381Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.383Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.383Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.393Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.393Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.395Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.395Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.397Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.400Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.400Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.401Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.401Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.405Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.405Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.408Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.408Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.417Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.417Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:32.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:32.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.430Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.430Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.432Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.432Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.433Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.433Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.434Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.434Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.448Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.448Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.458Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.458Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.467Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.467Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.469Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.469Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:32.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.484Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.484Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.493Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.493Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.530Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.530Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.538Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.538Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.545Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.545Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.557Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.557Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.558Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.564Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.564Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.569Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.569Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.570Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.570Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.572Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.572Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.601Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.601Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.605Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.605Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.643Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.643Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.659Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.659Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.665Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.665Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.686Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.686Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.693Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.693Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.698Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.698Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.702Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.702Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.703Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.703Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.704Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.704Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.705Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.705Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.709Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.709Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.710Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.710Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.757Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.757Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.772Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.772Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.779Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.779Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.793Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.793Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.811Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.811Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:32.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:32.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.835Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.835Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.836Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.836Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.840Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.840Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.841Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.841Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.843Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.843Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.844Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.844Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.845Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.845Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.849Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.849Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.850Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.850Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.853Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.853Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.854Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.854Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.856Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.856Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.867Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.867Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.876Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.876Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.877Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.877Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.880Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.880Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.881Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.881Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.886Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.886Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:32.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:32.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.894Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.894Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.895Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.895Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.896Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.896Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.898Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.898Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.899Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.899Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.913Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.913Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.914Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.914Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.919Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.920Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.920Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.921Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.921Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.927Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.927Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.932Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.932Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.933Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.933Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.934Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.934Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.938Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.938Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.939Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.939Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.946Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.946Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.949Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.949Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.969Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.969Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.974Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.974Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.979Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.979Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.987Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.987Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.995Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.995Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:32.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:32.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.002Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.002Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) 2026-05-14T23:03:33.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.018Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.018Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.026Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.026Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.027Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.027Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.034Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.034Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.041Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.041Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.092Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.092Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.115Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.115Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.117Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.117Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.118Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.118Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.121Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.121Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.122Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.122Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.130Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.130Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.132Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.132Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.134Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.134Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.172Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.172Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.177Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.177Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.178Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.178Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.181Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.181Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.187Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.187Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.188Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.188Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.195Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.195Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.197Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.210Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.210Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.217Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.217Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.225Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.225Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.226Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.226Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.227Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.227Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.228Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.228Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.229Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.229Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.231Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.231Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.232Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.232Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.233Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.233Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.234Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.234Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.235Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.235Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.236Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.236Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.238Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.238Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.239Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.239Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.240Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.240Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.241Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.241Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.242Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.242Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.243Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.243Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.251Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.251Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.252Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.252Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.259Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.259Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.261Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.261Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.267Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.267Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.274Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.274Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.281Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.281Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.290Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.290Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.298Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.298Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.300Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.300Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.306Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.306Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.342Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.342Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.344Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.344Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.345Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.345Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.347Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.347Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.349Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.349Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.355Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.355Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.362Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.362Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.382Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.382Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.385Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.385Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.387Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.387Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.388Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.388Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.389Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.389Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:33.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) 2026-05-14T23:03:33.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.399Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.399Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.402Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.402Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.409Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.409Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.411Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.411Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.412Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.412Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.414Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.414Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.418Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.418Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.419Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.419Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.422Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.422Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.424Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.424Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.426Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.426Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.428Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.428Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.436Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.436Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.437Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.437Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.439Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.439Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.441Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.441Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.443Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.443Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.445Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.445Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.447Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.447Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.449Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.449Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.452Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.452Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.454Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.454Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.456Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.456Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) 2026-05-14T23:03:33.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null. 2026-05-14T23:03:33.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.460Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.460Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.462Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.462Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.464Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.464Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.466Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.466Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.471Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.471Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.473Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.473Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.475Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.475Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.477Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.477Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.478Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.478Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.479Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.479Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.481Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.481Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.482Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.482Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.486Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.486Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.488Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.490Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.490Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.492Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.492Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.494Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.494Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.495Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.495Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.497Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.497Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.499Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.499Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.502Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.502Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.504Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.504Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.507Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.507Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:33.509Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:33.509Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default) Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=? [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.61 s -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest 2026-05-14T23:03:33.530Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionServiceTest]: AdoptionServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:33.551Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:33.656Z INFO 73 --- [ main] c.e.u.m.p.services.AdoptionServiceTest : Starting AdoptionServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:33.656Z INFO 73 --- [ main] c.e.u.m.p.services.AdoptionServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:33.918Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:33.946Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:33.960Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:33.971Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:6be68f1f-962a-4842-bd27-688db5b02fd9;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:33.988Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:33.989Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:33.997Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:33.998Z WARN 73 --- [ 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) 2026-05-14T23:03:33.999Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@442d598c'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:34.173Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:34.242Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:34.518Z INFO 73 --- [ main] c.e.u.m.p.services.AdoptionServiceTest : Started AdoptionServiceTest in 0.964 seconds (process running for 53.804) Hibernate: delete from adoption_entity ae1_0 Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' Hibernate: delete from pet_entity pe1_0 2026-05-14T23:03:34.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.532Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.532Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.554Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.554Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.555Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.555Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.556Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.556Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.558Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.559Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.559Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.560Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.560Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.562Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.562Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.563Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.563Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.567Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.567Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.568Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.568Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.571Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.571Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.581Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.581Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.582Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.582Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.589Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.589Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.596Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.596Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.598Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.598Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.613Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.613Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.620Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.620Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.621Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.621Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.622Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.623Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.623Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.634Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.634Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.636Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.636Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.641Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.641Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.668Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.668Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.675Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.675Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.676Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.676Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.679Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.679Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.701Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.701Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.706Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.706Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.708Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.708Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.711Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.711Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.712Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.712Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.713Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.713Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.715Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.715Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.723Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.723Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.730Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.730Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.740Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.740Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.741Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.741Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.749Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.749Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.764Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.764Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.786Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.786Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.796Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.796Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.798Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.820Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.820Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.825Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.825Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.833Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.833Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.834Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.834Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.837Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.837Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.838Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.838Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.839Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.839Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.842Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.842Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.847Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.847Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.848Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.848Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.851Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.851Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.852Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.852Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.855Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.855Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.859Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.859Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.860Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.860Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.861Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.861Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.863Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.863Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.864Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.864Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.865Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.865Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.866Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.866Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.868Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.868Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.869Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.869Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.871Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.871Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.872Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.872Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.873Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.873Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.874Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.874Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.875Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.875Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.878Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.878Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.882Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.882Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.883Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.883Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.884Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.884Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.887Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.887Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.888Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.888Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.891Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.891Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.892Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.892Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.897Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.897Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.900Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.900Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.901Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.901Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.903Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.903Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.904Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.904Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.908Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.908Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.909Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.909Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.910Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.910Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.911Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.911Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.915Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.915Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.916Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.916Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.917Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.917Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.922Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.922Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.923Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.923Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.924Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.924Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.929Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.929Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.930Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.930Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.931Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.931Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: select ae1_0.id,a1_0.id,a1_0.client_email,a1_0.client_name,a1_0.client_phone,a1_0.has_children,a1_0.has_pets,ae1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,a2_0.id,a3_0.id,a3_0.client_email,a3_0.client_name,a3_0.client_phone,a3_0.has_children,a3_0.has_pets,a2_0.adoption_date,fu2_0.id,fu2_0.observation,p3_0.id,p3_0.age,p3_0.arrive_to_shelter,p3_0.arrive_to_shelter_date,p3_0.breed,p3_0.name,p3_0.pet_state,p3_0.sex,s4_0.id,s4_0.address,s4_0.city,s4_0.email,s4_0.image,s4_0.name,p3_0.size,p3_0.species,p3_0.specific_requirements,p3_0.temperament,v2_0.id,v2_0.availability,v2_0.email,v2_0.name,v2_0.phone,s5_0.id,s5_0.address,s5_0.city,s5_0.email,s5_0.image,s5_0.name,v2_0.specialty,fu2_0.visit_date,p4_0.id,p4_0.age,p4_0.arrive_to_shelter,p4_0.arrive_to_shelter_date,p4_0.breed,p4_0.name,p4_0.pet_state,p4_0.sex,s6_0.id,s6_0.address,s6_0.city,s6_0.email,s6_0.image,s6_0.name,p4_0.size,p4_0.species,p4_0.specific_requirements,p4_0.temperament,a2_0.return_pet_id,a2_0.status,a2_0.trial_end_date,a2_0.trial_start_date,rp1_0.reason,rp1_0.return_date,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 left join (select * from client_entity t where t.dtype='AdopterEntity') a1_0 on a1_0.id=ae1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=ae1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=ae1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=ae1_0.return_pet_id left join adoption_entity a2_0 on a2_0.id=rp1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a3_0 on a3_0.id=a2_0.adopter_id left join follow_up_entity fu2_0 on fu2_0.id=a2_0.follow_up_id left join pet_entity p3_0 on p3_0.id=fu2_0.pet_id left join shelter_entity s4_0 on s4_0.id=p3_0.shelter_id left join veterinary_entity v2_0 on v2_0.id=fu2_0.veterinary_id left join shelter_entity s5_0 on s5_0.id=v2_0.shelter_id left join pet_entity p4_0 on p4_0.id=a2_0.pet_id left join shelter_entity s6_0 on s6_0.id=p4_0.shelter_id where ae1_0.id=? Hibernate: delete from adoption_entity ae1_0 Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' Hibernate: delete from pet_entity pe1_0 2026-05-14T23:03:34.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.955Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.955Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.956Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.956Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.957Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.957Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.958Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.958Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.959Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.959Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.960Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.960Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.961Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.961Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.964Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.964Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.965Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.965Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.983Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.983Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.984Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.984Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.985Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.985Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.986Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.986Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.988Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.988Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.989Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.989Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.990Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.990Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.991Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.991Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.992Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.992Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.993Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.993Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.996Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.996Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.997Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.997Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.998Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.998Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:34.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:34.999Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:34.999Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.000Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.000Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.001Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.001Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.003Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.003Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.004Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.004Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.005Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.005Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.006Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.006Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.007Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.007Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.008Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.008Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.010Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.010Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.011Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.011Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.012Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.012Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.013Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.013Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.014Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.014Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.015Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.015Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.016Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.016Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.019Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.019Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.020Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.020Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.021Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.021Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.022Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.022Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.023Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.023Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.024Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.024Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.025Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.025Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.028Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.028Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.029Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.029Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.030Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.030Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.031Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.031Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.032Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.032Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.033Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.033Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.035Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.035Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.036Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.036Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.037Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.037Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.038Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.038Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.039Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.039Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.040Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.040Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.042Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.042Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.044Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.044Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.045Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.045Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.046Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.046Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.047Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.047Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.048Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.048Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.052Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.052Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.053Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.053Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.054Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.054Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.055Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.055Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.056Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.056Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.057Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.057Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.058Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.058Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.060Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.060Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.061Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.061Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.062Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.062Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.063Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.063Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.064Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.064Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.065Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.065Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.068Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.068Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.070Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.070Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.071Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.071Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.072Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.072Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.073Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.073Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.074Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.074Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.075Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.075Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.077Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.077Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.079Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.079Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.080Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.080Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.081Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.081Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.082Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.082Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.083Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.083Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.085Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.085Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.086Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.086Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.087Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.087Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.088Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.088Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.089Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.090Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.090Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.091Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.091Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.093Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.093Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.094Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.094Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.095Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.095Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.096Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.096Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.097Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.097Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.098Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.098Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.100Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.100Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.101Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.101Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.102Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.102Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.103Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.103Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.104Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.104Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.105Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.105Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.107Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.107Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.108Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.108Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.109Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.109Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.110Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.110Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.111Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.111Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.112Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.112Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.113Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.113Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.120Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.120Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.124Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.124Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.125Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.125Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.126Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.126Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.127Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.127Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.128Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.128Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.129Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.129Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.133Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.133Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.135Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.135Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.136Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.136Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.137Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.137Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.138Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.138Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.139Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.139Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.140Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.140Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.141Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.141Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.142Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.142Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.143Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.143Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.144Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.144Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.145Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.145Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.146Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.146Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.148Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.148Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.149Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.149Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.150Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.150Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.152Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.152Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.153Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.153Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.154Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.154Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.157Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.157Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.158Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.158Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.159Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.159Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.160Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.160Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.161Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.161Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.162Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.162Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.164Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.164Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.166Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.166Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.167Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.167Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.168Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.168Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.169Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.169Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.170Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.170Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.173Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.173Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.174Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.174Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.175Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.175Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.184Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.184Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.185Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.185Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.186Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.186Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.189Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.189Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.190Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.190Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.191Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.191Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.192Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.192Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.193Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.193Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.194Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.194Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.196Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.196Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.197Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.198Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.198Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.199Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.199Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.200Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.200Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.201Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.201Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.203Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.203Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.204Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.204Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.205Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.205Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.206Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.206Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.207Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.207Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.208Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.208Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.209Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.209Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.211Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.211Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.212Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.212Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.213Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.213Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.214Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.214Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.215Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.215Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.216Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.216Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.218Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.218Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.219Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.219Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.220Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.220Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.221Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.221Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.222Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.222Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.223Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.223Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: select ae1_0.id,ae1_0.client_email,ae1_0.client_name,ae1_0.client_phone,ae1_0.has_children,ae1_0.has_pets from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' and ae1_0.id=? Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=? Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: delete from adoption_entity ae1_0 Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' Hibernate: delete from pet_entity pe1_0 2026-05-14T23:03:35.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.244Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.244Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.245Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.245Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.246Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.246Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.247Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.247Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.248Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.248Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.249Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.249Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.250Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.250Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.253Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.253Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.254Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.254Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.255Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.255Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.256Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.256Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.257Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.257Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.258Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.258Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.260Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.260Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.262Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.262Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.263Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.263Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.264Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.264Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.265Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.265Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.266Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.266Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.268Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.268Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.269Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.269Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.270Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.270Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.271Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.271Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.272Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.272Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.273Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.273Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.275Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.275Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.276Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.276Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.277Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.277Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.278Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.278Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.279Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.279Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.280Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.280Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.282Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.282Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.284Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.284Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.285Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.285Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.286Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.286Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.287Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.287Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.288Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.288Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.291Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.291Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.292Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.292Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.293Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.293Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.294Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.294Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.295Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.295Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.296Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.296Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.297Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.297Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.299Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.299Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.301Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.301Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.302Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.302Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.303Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.303Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.304Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.304Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.305Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.305Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.307Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.307Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.308Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.308Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.309Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.309Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.310Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.310Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.311Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.311Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.312Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.312Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.314Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.314Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.315Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.315Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.316Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.316Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.317Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.317Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.318Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.318Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.319Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.319Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.321Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.321Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.322Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.323Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.323Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.324Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.324Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.325Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.325Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.326Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.326Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.327Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.327Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.329Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.329Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.330Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.330Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.331Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.331Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.332Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.332Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.333Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.333Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.334Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.334Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.337Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.337Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.338Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.338Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.339Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.339Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.340Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.340Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.341Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.341Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.343Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.343Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.346Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.346Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.348Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.348Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.350Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.350Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.351Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.351Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.352Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.352Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.353Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.353Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.354Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.354Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.356Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.356Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.357Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.357Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.358Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.358Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.359Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.359Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.360Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.360Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.361Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.361Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.363Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.363Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.364Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.364Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.365Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.365Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.366Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.366Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.367Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.367Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.368Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.368Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.370Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.370Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.371Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.371Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.372Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.372Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.373Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.373Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.374Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.374Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.375Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.375Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.376Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.376Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.378Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.378Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.379Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.379Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.380Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.380Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.390Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.390Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.391Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.391Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.392Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.392Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.397Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.398Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.398Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.403Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.403Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.404Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.404Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.406Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.406Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.407Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.407Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.410Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.410Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.413Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.413Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.415Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.415Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.416Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.416Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.420Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.420Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.421Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.421Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.423Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.423Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.425Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.425Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.427Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.427Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.429Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.429Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.431Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.431Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.435Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.435Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.438Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.438Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.440Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.440Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.442Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.442Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.444Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.444Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.446Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.446Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.450Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.450Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.451Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.451Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.453Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.453Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.455Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.455Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.457Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.457Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.459Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.459Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.461Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.461Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.465Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.465Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.468Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.468Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.470Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.470Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.472Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.472Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.474Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.474Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.476Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.476Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.480Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.480Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.483Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.483Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.485Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.485Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.487Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.487Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.488Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.489Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.489Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.491Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.491Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.498Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.498Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.500Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.500Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.501Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.501Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.503Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.503Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.505Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.505Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.506Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.506Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.508Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.508Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.510Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.510Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.511Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.511Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.515Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.515Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.518Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.518Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.519Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.519Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.520Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.520Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.521Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.521Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.522Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.522Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.524Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.524Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.525Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.525Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.526Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.526Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.527Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.527Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.528Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.528Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.529Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.529Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.531Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.531Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.533Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.533Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.534Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.534Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.535Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.535Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.536Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.536Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.537Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.537Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.539Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.539Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.540Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.540Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.541Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.541Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.542Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.542Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.543Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.543Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.544Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.544Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.546Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.546Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.547Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.547Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.548Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.548Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.549Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.549Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.550Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.550Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.551Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.551Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.552Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.552Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: select ae1_0.id,a1_0.id,a1_0.client_email,a1_0.client_name,a1_0.client_phone,a1_0.has_children,a1_0.has_pets,ae1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,a2_0.id,a3_0.id,a3_0.client_email,a3_0.client_name,a3_0.client_phone,a3_0.has_children,a3_0.has_pets,a2_0.adoption_date,fu2_0.id,fu2_0.observation,p3_0.id,p3_0.age,p3_0.arrive_to_shelter,p3_0.arrive_to_shelter_date,p3_0.breed,p3_0.name,p3_0.pet_state,p3_0.sex,s4_0.id,s4_0.address,s4_0.city,s4_0.email,s4_0.image,s4_0.name,p3_0.size,p3_0.species,p3_0.specific_requirements,p3_0.temperament,v2_0.id,v2_0.availability,v2_0.email,v2_0.name,v2_0.phone,s5_0.id,s5_0.address,s5_0.city,s5_0.email,s5_0.image,s5_0.name,v2_0.specialty,fu2_0.visit_date,p4_0.id,p4_0.age,p4_0.arrive_to_shelter,p4_0.arrive_to_shelter_date,p4_0.breed,p4_0.name,p4_0.pet_state,p4_0.sex,s6_0.id,s6_0.address,s6_0.city,s6_0.email,s6_0.image,s6_0.name,p4_0.size,p4_0.species,p4_0.specific_requirements,p4_0.temperament,a2_0.return_pet_id,a2_0.status,a2_0.trial_end_date,a2_0.trial_start_date,rp1_0.reason,rp1_0.return_date,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 left join (select * from client_entity t where t.dtype='AdopterEntity') a1_0 on a1_0.id=ae1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=ae1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=ae1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=ae1_0.return_pet_id left join adoption_entity a2_0 on a2_0.id=rp1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a3_0 on a3_0.id=a2_0.adopter_id left join follow_up_entity fu2_0 on fu2_0.id=a2_0.follow_up_id left join pet_entity p3_0 on p3_0.id=fu2_0.pet_id left join shelter_entity s4_0 on s4_0.id=p3_0.shelter_id left join veterinary_entity v2_0 on v2_0.id=fu2_0.veterinary_id left join shelter_entity s5_0 on s5_0.id=v2_0.shelter_id left join pet_entity p4_0 on p4_0.id=a2_0.pet_id left join shelter_entity s6_0 on s6_0.id=p4_0.shelter_id where ae1_0.id=? Hibernate: delete from adoption_entity ae1_0 Hibernate: delete from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' Hibernate: delete from pet_entity pe1_0 2026-05-14T23:03:35.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.574Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.574Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.575Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.575Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.576Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.576Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.577Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.577Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.578Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.578Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.579Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.579Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.580Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.580Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.583Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.583Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.584Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.584Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.585Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.585Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.586Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.586Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.587Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.587Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.588Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.588Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.590Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.590Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.591Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.591Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.592Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.592Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.593Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.593Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.594Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.594Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.595Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.595Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.597Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.597Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.599Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.599Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.600Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.600Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.602Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.602Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.603Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.603Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.604Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.604Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.606Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.606Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.607Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.607Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.608Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.608Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.609Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.609Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.610Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.610Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.611Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.611Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.612Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.612Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.614Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.614Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.615Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.615Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.616Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.616Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.617Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.617Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.618Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.618Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.619Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.619Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.624Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.624Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.625Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.625Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.626Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.626Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.627Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.627Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.628Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.628Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.629Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.629Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.630Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.630Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.631Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.631Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.633Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.633Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.635Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.635Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.637Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.637Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.638Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.638Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.639Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.639Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.640Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.640Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.642Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.642Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.644Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.644Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.645Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.645Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.646Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.646Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.647Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.647Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.648Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.648Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.650Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.650Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.651Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.651Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.654Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.654Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.655Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.655Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.656Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.656Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.657Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.657Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.658Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.658Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.660Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.660Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.661Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.661Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.663Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.663Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.664Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.664Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.666Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.666Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.667Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.667Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.669Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.669Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.670Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.670Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.671Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.671Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.672Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.672Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.673Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.673Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.674Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.674Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.677Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.677Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.678Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.678Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.680Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.680Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.681Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.681Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.682Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.682Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.683Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.683Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.684Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.684Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.685Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.685Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.687Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.687Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.688Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.688Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.689Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.689Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.690Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.690Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.691Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.691Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.692Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.692Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.694Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.694Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.695Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.695Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.696Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.696Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.697Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.697Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.699Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.699Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.700Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.700Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.714Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.714Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.716Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.716Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.717Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.717Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.718Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.718Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.719Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.719Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.720Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.720Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.721Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.721Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.722Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.722Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.724Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.724Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.725Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.725Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.726Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.726Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.727Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.727Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.728Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.728Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.729Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.729Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.733Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.733Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.734Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.734Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.735Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.735Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.736Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.736Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.737Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.737Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.738Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.738Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.739Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.739Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.742Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.742Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.743Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.743Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.744Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.744Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.745Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.745Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.746Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.746Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.747Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.747Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.748Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.748Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.750Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.750Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.751Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.751Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.752Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.752Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.753Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.753Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.754Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.754Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.755Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.755Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.756Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.756Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.758Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.758Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.759Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.759Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.760Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.760Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.761Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.761Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.762Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.762Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.763Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.763Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.765Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.765Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.766Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.766Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.767Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.767Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.768Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.768Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.769Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.769Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.770Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.770Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.771Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.771Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.773Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.773Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.774Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.774Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.775Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.775Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.776Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.776Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.777Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.777Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.778Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.778Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.780Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.780Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.781Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.781Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.782Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.782Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.783Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.783Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.784Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.784Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.785Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.785Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.788Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.788Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.789Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.789Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.790Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.790Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.791Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.791Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.792Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.792Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.794Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.794Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.795Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.795Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.797Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.797Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.798Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.799Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.799Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.800Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.800Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.801Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.801Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.802Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.802Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.804Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.804Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.805Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.805Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.806Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.806Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.807Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.807Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.808Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.808Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.809Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.809Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.810Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.810Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.812Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.812Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.813Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.813Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.814Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.814Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.815Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.815Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.816Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.816Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.817Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.817Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.819Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.819Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.821Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.821Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.822Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.822Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.823Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.823Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.824Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.824Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.826Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.826Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.827Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.827Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.828Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.828Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.829Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.829Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.830Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.830Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.831Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.831Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. 2026-05-14T23:03:35.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null. 2026-05-14T23:03:35.832Z WARN 73 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory 2026-05-14T23:03:35.832Z WARN 73 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null. Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default) Hibernate: select ae1_0.id,ae1_0.adopter_id,ae1_0.adoption_date,ae1_0.follow_up_id,ae1_0.pet_id,ae1_0.return_pet_id,ae1_0.status,ae1_0.trial_end_date,ae1_0.trial_start_date from adoption_entity ae1_0 Hibernate: select ae1_0.id,ae1_0.client_email,ae1_0.client_name,ae1_0.client_phone,ae1_0.has_children,ae1_0.has_pets from client_entity ae1_0 where ae1_0.dtype='AdopterEntity' and ae1_0.id=? Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=? [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.319 s -- in co.edu.udistrital.mdp.pets.services.AdoptionServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.ShelterServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:35.897Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterServiceTest : Starting ShelterServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:35.897Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:36.045Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:36.086Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 40 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:36.112Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:36.130Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:40f8f5ca-71f1-4810-bf08-892ec7790dd6;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:36.166Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:36.170Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:36.186Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:36.188Z WARN 73 --- [ 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) 2026-05-14T23:03:36.191Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@70b75ff'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:36.373Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:36.421Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:36.602Z INFO 73 --- [ main] c.e.u.m.p.services.ShelterServiceTest : Started ShelterServiceTest in 0.743 seconds (process running for 55.888) Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.624Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 2 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.644Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 999 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.id=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.659Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 8 2026-05-14T23:03:36.660Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : End delete shelter process with id: 8 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.676Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation... Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=? Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.701Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 14 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=? 2026-05-14T23:03:36.708Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : End update shelter with the id: 14 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.731Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation... Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.753Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 20 Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.773Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 999 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.id=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.788Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter creation... Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=? Hibernate: delete from shelter_event_entity see1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default) 2026-05-14T23:03:36.813Z INFO 73 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start update shelter with id: 30 Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.name=? Hibernate: select se1_0.id,se1_0.address,se1_0.city,se1_0.email,se1_0.image,se1_0.name from shelter_entity se1_0 where se1_0.email=? [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest 2026-05-14T23:03:36.835Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetServiceTest]: PetServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:36.846Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:36.870Z INFO 73 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : Starting PetServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:36.870Z INFO 73 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:37.169Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:37.211Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 37 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:37.241Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:37.271Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:bf7b6f11-00b8-423c-acd8-63a51502470a;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:37.338Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:37.347Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:37.369Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:37.375Z WARN 73 --- [ 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) 2026-05-14T23:03:37.375Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4f73bbca'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:37.512Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:37.555Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:37.753Z INFO 73 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : Started PetServiceTest in 0.903 seconds (process running for 57.039) Hibernate: delete from pet_entity pe1_0 Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.941 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest 2026-05-14T23:03:37.778Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MediaFileTest]: MediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:37.785Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MediaFileTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:37.816Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MediaFileTest : Starting MediaFileTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:37.816Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MediaFileTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:37.880Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:37.914Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:37.936Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:37.947Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:c76019dc-38d2-4c07-9f54-ebe9e1d30de0;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:37.963Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:37.964Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:37.973Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:37.975Z WARN 73 --- [ 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) 2026-05-14T23:03:37.976Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@243aad3b'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:38.145Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:38.186Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:38.348Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MediaFileTest : Started MediaFileTest in 0.558 seconds (process running for 57.634) Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.366Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : inicia proceso de borrar archivo 2026-05-14T23:03:38.368Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Proceso de borrado terminado Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.377Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo 2026-05-14T23:03:38.379Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Termina proceso de actualización de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.394Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de creacion de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.407Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo 2026-05-14T23:03:38.407Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Termina proceso de actualización de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.420Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo 2026-05-14T23:03:38.420Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Termina proceso de actualización de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.428Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de creacion de archivo Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.436Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : inicia proceso de borrar archivo Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.445Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=? Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.454Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de creacion de archivo Hibernate: delete from media_file_entity mfe1_0 Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default) 2026-05-14T23:03:38.463Z INFO 73 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de creacion de archivo [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 s -- in co.edu.udistrital.mdp.pets.services.MediaFileTest [INFO] Running co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:38.488Z INFO 73 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : Starting VeterinaryServiceTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:38.488Z INFO 73 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:38.569Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:38.601Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 28 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:38.633Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:38.657Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:6ca37783-1e9a-4b99-a98e-2372025cd5f5;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:38.696Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:38.702Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:38.719Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:38.721Z WARN 73 --- [ 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) 2026-05-14T23:03:38.721Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@147e775d'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:38.872Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:38.912Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:39.103Z INFO 73 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : Started VeterinaryServiceTest in 0.626 seconds (process running for 58.389) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,ve1_0.shelter_id,ve1_0.specialty from veterinary_entity ve1_0 Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=? Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=? Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: delete from follow_up_entity fue1_0 Hibernate: delete from veterinary_entity ve1_0 Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default) Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default) Hibernate: select ve1_0.id,ve1_0.availability,ve1_0.email,ve1_0.name,ve1_0.phone,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,ve1_0.specialty from veterinary_entity ve1_0 left join shelter_entity s1_0 on s1_0.id=ve1_0.shelter_id where ve1_0.id=? [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.903 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest [INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest 2026-05-14T23:03:39.377Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.MessageTest]: MessageTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:39.387Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.MessageTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:39.420Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageTest : Starting MessageTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:39.420Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:39.561Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:39.599Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 34 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:39.620Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:39.641Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:0418f2cb-bbda-4f58-b01b-50bd6dedfb4e;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:39.670Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:39.672Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:39.689Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:39.693Z WARN 73 --- [ 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) 2026-05-14T23:03:39.693Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6ea9c4a2'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:39.860Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:39.902Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:40.050Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageTest : Started MessageTest in 0.656 seconds (process running for 59.334) Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:03:40.080Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message creation... Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:03:40.110Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Starts update message with id: 5 2026-05-14T23:03:40.111Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : End update message with the id: 5 Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:03:40.126Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Starts update message with id: 999 Hibernate: select me1_0.id,me1_0.author,c1_0.id,c1_0.dtype,c1_0.client_email,c1_0.client_name,c1_0.client_phone,c1_0.has_children,c1_0.has_pets,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from message_entity me1_0 left join client_entity c1_0 on c1_0.id=me1_0.client_id left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=? Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:03:40.142Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message delete with the id: 12 2026-05-14T23:03:40.143Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : End delete message process with id: 12 Hibernate: delete from message_entity me1_0 Hibernate: delete from shelter_entity se1_0 Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) Hibernate: insert into message_entity (author,client_id,date,message_content,shelter_id,id) values (?,?,?,?,?,default) 2026-05-14T23:03:40.157Z INFO 73 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message delete with the id: 999 Hibernate: select me1_0.id,me1_0.author,c1_0.id,c1_0.dtype,c1_0.client_email,c1_0.client_name,c1_0.client_phone,c1_0.has_children,c1_0.has_pets,me1_0.date,me1_0.message_content,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from message_entity me1_0 left join client_entity c1_0 on c1_0.id=me1_0.client_id left join shelter_entity s1_0 on s1_0.id=me1_0.shelter_id where me1_0.id=? [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s -- in co.edu.udistrital.mdp.pets.services.MessageTest [INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest 2026-05-14T23:03:40.166Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.VaccinationRecordTest]: VaccinationRecordTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:40.172Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.VaccinationRecordTest . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-05-14T23:03:40.198Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : Starting VaccinationRecordTest using Java 21.0.4 with PID 73 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back) 2026-05-14T23:03:40.198Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : No active profile set, falling back to 1 default profile: "default" 2026-05-14T23:03:40.266Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-05-14T23:03:40.288Z INFO 73 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces. 2026-05-14T23:03:40.303Z INFO 73 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version 2026-05-14T23:03:40.315Z INFO 73 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:4cf0d2ec-daa7-45df-92e1-8bfdd659a359;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa' 2026-05-14T23:03:40.330Z INFO 73 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-05-14T23:03:40.331Z INFO 73 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-05-14T23:03:40.342Z INFO 73 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-05-14T23:03:40.343Z WARN 73 --- [ 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) 2026-05-14T23:03:40.343Z INFO 73 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@125dbe79'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-05-14T23:03:40.455Z INFO 73 --- [ 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 adoption_entity cascade Hibernate: drop table if exists background_entity cascade Hibernate: drop table if exists client_entity cascade Hibernate: drop table if exists follow_up_entity cascade Hibernate: drop table if exists media_file_entity cascade Hibernate: drop table if exists medical_event_entity cascade Hibernate: drop table if exists message_entity cascade Hibernate: drop table if exists notification_entity cascade Hibernate: drop table if exists pet_entity cascade Hibernate: drop table if exists return_pet_entity cascade Hibernate: drop table if exists shelter_entity cascade Hibernate: drop table if exists shelter_event_entity cascade Hibernate: drop table if exists vaccination_record_entity cascade Hibernate: drop table if exists veterinary_entity cascade Hibernate: drop table if exists vet_visit_entity cascade Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id)) Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id)) Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id)) Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id)) Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id)) Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id)) Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id)) Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id)) Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id)) Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id)) Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id)) Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id)) Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id)) Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id)) Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity 2026-05-14T23:03:40.487Z INFO 73 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-14T23:03:40.670Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : Started VaccinationRecordTest in 0.495 seconds (process running for 59.957) Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.684Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where vre1_0.id=? Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.705Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : inicia proceso de borrar registro de vacunacion 2026-05-14T23:03:40.706Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Proceso de borrado terminado Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.722Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.735Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.747Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : inicia proceso de borrar registro de vacunacion Hibernate: select vre1_0.id,vre1_0.next_doses_date,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,vre1_0.vaccine_date,vre1_0.vaccine_name from vaccination_record_entity vre1_0 left join pet_entity p1_0 on p1_0.id=vre1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where vre1_0.id=? Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.768Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.784Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion 2026-05-14T23:03:40.785Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Termina proceso de actualización del registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.798Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.817Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion 2026-05-14T23:03:40.818Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Termina proceso de actualización del registro de vacunacion Hibernate: delete from vaccination_record_entity vre1_0 Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) Hibernate: insert into vaccination_record_entity (next_doses_date,pet_id,vaccine_date,vaccine_name,id) values (?,?,?,?,default) 2026-05-14T23:03:40.828Z INFO 73 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de creacion de registro de vacunacion [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest [INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest 2026-05-14T23:03:40.834Z INFO 73 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientControllerTest]: ClientControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2026-05-14T23:03:40.836Z INFO 73 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientControllerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in co.edu.udistrital.mdp.pets.services.ClientControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:02 min [INFO] Finished at: 2026-05-14T23:03:41Z [INFO] ------------------------------------------------------------------------ [Pipeline] } $ docker stop --time=1 9c6986d28d149ebb3a51990499eb5c8b596d5ac1757126aec9865e5e20984577 $ docker rm -f --volumes 9c6986d28d149ebb3a51990499eb5c8b596d5ac1757126aec9865e5e20984577 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static Analysis) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave2 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_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_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 ea8d7c31f773fb072b0ceea57e93b16365cff1c04e656badfe48b56a5422d159 -eo pid,comm [Pipeline] { [Pipeline] sh + mvn sonar:sonar -Dsonar.token=**** -Dsonar.host.url=http://10.20.84.26:8082/sonar [INFO] Scanning for projects... Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml Progress (1): 3.1 kB Progress (2): 3.1 kB | 4.6 kB Progress (2): 3.1 kB | 9.7 kB Progress (2): 3.1 kB | 14 kB Progress (2): 7.7 kB | 14 kB Progress (2): 12 kB | 14 kB Progress (2): 17 kB | 14 kB Progress (2): 20 kB | 14 kB Progress (2): 21 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 20 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml (1.4 kB at 17 kB/s) [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:4.0.0.4121 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:4.0.0.4121: SonarQube plugin was moved to SonarSource organisation [INFO] [INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E3_Back >------------- [INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E3_Back --- [WARNING] 23:03:50.793 Using an unspecified version instead of an explicit plugin version may introduce breaking analysis changes at an unwanted time. It is highly recommended to use an explicit version, e.g. 'org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121'. [INFO] 23:03:50.803 Java 21.0.4 Eclipse Adoptium (64-bit) [INFO] 23:03:50.803 Linux 6.17.0-23-generic (amd64) [INFO] 23:03:50.849 User cache: /root/.sonar/cache [ERROR] 23:04:20.900 SonarQube server [http://10.20.84.26:8082/sonar] can not be reached [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34.448 s [INFO] Finished at: 2026-05-14T23:04:20Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121:sonar (default-cli) on project MP_202610_G81_E3_Back: Unable to execute SonarScanner analysis: Fail to get bootstrap index from server: Connect timed out -> [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/MojoExecutionException [Pipeline] } $ docker stop --time=1 ea8d7c31f773fb072b0ceea57e93b16365cff1c04e656badfe48b56a5422d159 $ docker rm -f --volumes ea8d7c31f773fb072b0ceea57e93b16365cff1c04e656badfe48b56a5422d159 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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_202610_G81_E3_Back/MP_202610_G81_E3_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